DioDocs for PDF
Outline(Nullable<Matrix3x2>,Single,IGeometrySink) メソッド

GrapeCity.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX.Direct2D 名前空間 > Geometry クラス > Outline メソッド : Outline(Nullable<Matrix3x2>,Single,IGeometrySink) メソッド
The transform to apply to the geometry outline, or NULL.
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
The ISimplifiedGeometrySink to which the geometry's transformed outline is appended.
Computes the outline of the geometry and writes the result to an ISimplifiedGeometrySink.
シンタックス
'宣言
 
Public Overloads Sub Outline( _
   ByVal worldTransform As System.Nullable(Of Matrix3x2), _
   ByVal flatteningTolerance As System.Single, _
   ByVal geometrySink As IGeometrySink _
) 
public void Outline( 
   System.Nullable<Matrix3x2> worldTransform,
   System.float flatteningTolerance,
   IGeometrySink geometrySink
)

パラメータ

worldTransform
The transform to apply to the geometry outline, or NULL.
flatteningTolerance
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
geometrySink
The ISimplifiedGeometrySink to which the geometry's transformed outline is appended.

戻り値の型

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
解説
The {{Outline}} method allows the caller to produce a geometry with an equivalent fill to the input geometry, with the following additional properties: The output geometry contains no transverse intersections; that is, segments may touch, but they never cross.The outermost figures in the output geometry are all oriented counterclockwise. The output geometry is fill-mode invariant; that is, the fill of the geometry does not depend on the choice of the fill mode. For more information about the fill mode, see FillMode.Additionally, the {{Outline}} method can be useful in removing redundant portions of said geometries to simplify complex geometries. It can also be useful in combination with GeometryGroup to create unions among several geometries simultaneously.
参照

Geometry クラス
Geometry メンバ
オーバーロード一覧